home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / nadir11.zip / DBROWSER.BAT < prev    next >
DOS Batch File  |  1993-12-18  |  223b  |  7 lines

  1. @echo off
  2. rem  **** dbrowser.bat, the default text browser ****
  3. rem  **** Use Utilities, System Parameters from the menu in the
  4. rem  **** demo application to use something decent like l.com
  5. type %1 | more
  6. pause <con
  7.